home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / misc / thesource7.lha / Utilities / xemhex.lha / xemhex / source / HEXconsole.h next >
C/C++ Source or Header  |  1993-05-23  |  246b  |  13 lines

  1. #include "ownincs/xem.h"
  2.  
  3. struct HEXConsole {
  4.     struct XEM_IO *io;
  5.     struct XEmulatorMacroKey *macrokeys;
  6.  
  7.     /* HEX spezifisches.. */
  8.     struct    TextFont    *topazFont8;
  9.     struct    TextFont    *topazFont11;
  10.     struct    MsgPort    *wconport;
  11.     struct    IOStdReq *wcon;
  12. };
  13.